* etc/NEWS: Mention a JSON codec improvement.
authorMattias Engdegård <mattiase@acm.org>
Mon, 1 Apr 2024 11:09:23 +0000 (13:09 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 1 Apr 2024 11:09:23 +0000 (13:09 +0200)
etc/NEWS

index 11bca90314a3fc80289fe289d0f66318de515730..e575fc2936e254f70b465451ba169480000109cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2326,6 +2326,10 @@ this case, would mean repeating the object in the argument list.)  When
 replacing an object with a different one, passing both the new and old
 objects is still necessary.
 
+---
+** The JSON encoder and decoder now accept arbitarily large integers.
+Previously, they were limited to the range of signed 64-bit integers.
+
 \f
 * Changes in Emacs 30.1 on Non-Free Operating Systems